home *** CD-ROM | disk | FTP | other *** search
- #-------------------------------------------------------------------------------
- # chapter00/part01/story.tcl
- #-------------------------------------------------------------------------------
- #
- # sprecher ist jetzt drin, ganze fahrt is nu 340 frames kⁿrzer !!! (13.6 sek)
- # Achtung! : wieder 50frames draufgelegt (2sek)
- #
- #-------------------------------------------------------------------------------
- part part01 {
-
- on part_activated {
- resetplayerat -7740 -160 -5890
- maennelcanfly false
- # daytime 2 45
- daytime 3 15
- wind 0.12
-
- loadencounter intro.n
- startpart
- setplayerpos -7715 -124 -5939 160
-
- playanimation playerlighthouse_cinedummy1
- playsound book:music/native44a.wav
-
- putevent intro_flieger_raus
- oneshotaction 138 "savepoint"
-
- #-------------------------
- # variablendefinieren
- #-------------------------
- setvar onisland 0
- setvar C0P1gunbuildcount 0
- setvar navtowercollectcount 0
- setvar navtowerbuildcount 0
- setvar C0P1sharkkills 0
- setvar gun2collect 0
-
- savepoint
-
- missionobjective obj_c00p01_01.bmp
- }
-
-
-
-
- on intro_flieger_raus {
- set delayjaeger 137
-
- set gruppe "introjaeger1 introjaeger2 introjaeger3 introjaeger4 introjaeger5 introjaeger6 introfreund1 introfreund2 introflieger_dd"
- foreach curItem $gruppe {
- if {[/world.findobjectbysymbolicname $curItem] != "null"} {
- releaseafter $delayjaeger $curItem
- }
- }
- oneshottimer 109.8 wegmachen_crashkid1
- oneshottimer 110.4 wegmachen_crashkid2
- }
- on wegmachen_crashkid1 {
- [findsymbol introflieger_crash1].announcestate "normal"
- oneshottimer 0.1 speed1
- }
- on wegmachen_crashkid2 {
- [findsymbol introflieger_crash2].announcestate "normal"
- oneshottimer 0.1 speed2
- }
- on speed1 {
- #[findsymbol introflieger_crash1].setspeed 37.59765625 -5.60188245773 -13.6718740463
- killsymbol introflieger_crash1
- }
- on speed2 {
- #[findsymbol introflieger_crash2].setspeed -49.3164024353 -14.7781362534 -31.2499980927
- killsymbol introflieger_crash2
- }
-
- #-------------------------------------------------------------------------------
- # SPIELEN
- #-------------------------------------------------------------------------------
- on playertrifftbasalt {
- playsound book:music/native2.wav
- loadencounter cam_erwach.n
- activate walkover2
- }
-
- on basaltswitchoff {
- loadencounter cam_welcome.n
- playanimation basaltface_cinedummy1
- playanimation playerlighthouse_cinedummy2
-
- oneshottimer 34.25 spawn_navartefakt
- }
-
- on spawn_navartefakt {
- #[findsymbol navartefakt].setposition -7744.5 -126.4 -5864.5
- [findsymbol navartefakt].setposition -7743 -126.5 -5860
- }
-
-
- #-------------------------------------------------------------------------------
- # NAVTOWER wird gebaut
- #-------------------------------------------------------------------------------
-
- on navtowereingesammelt {
- setvar navtowercollectcount [expr [getvar navtowercollectcount] + 1]
-
- set userclan [/world.getuserclan]
- if { [$userclan.getcurrentenergy] < 25 } {
- $userclan.setcurrentenergy 25
- }
-
- if { [getvar navtowercollectcount] == 1 } {
- #### ACHTUNG WILL DERZEIT NICHT ALLEIN AUS CIN_STATE
- [findsymbol playerlighthouse].announcestate "normal"
-
- loadencounter cam_navcollected.n
- playanimationafter 1 basaltface_cinedummy2
- }
- }
-
- on navtowergebaut {
- setvar navtowerbuildcount [expr [getvar navtowerbuildcount] + 1]
- if { [getvar navtowerbuildcount] == 1 } {
- loadencounter cam_navbuild.n
- playanimation basaltface_cinedummy3
- oneshottimer 17.5 zumnavstart
- }
- }
-
- on zumnavstart {
- islandmoveto navpoint_start
- enablenavpoint navpoint1
- }
- #-------------------------------------------------------------------------------
- # NAVPOINTS werden freigeschalten
- #-------------------------------------------------------------------------------
-
- on amnav1 {
- islandmoveto navpoint2
- disablenavpoint navpoint1
- }
-
- on startsound {
- playsound book:music/sfx/rumpel01.wav
- disablenavpoint navpoint_start
- }
-
- on amnav2 {
- disablenavpoint navpoint2
-
- loadencounter cam_navpoint1.n
- playanimation basaltface_cinedummy4
-
- oneshotaction 3.52 "[findsymbol gunartefakt1].setposition -7742.4 -166.3 -6271.8"
- loadafter 19.5 loadenergy1.n
-
- #patrol an der kette
- oneshottimer 23.5 feindetofreunde
- }
-
- on machsharks1wech {
- killsymbol pshark
- }
-
- #-------------------------------------------------------------------------------
- # GUNTOWER werden gebaut
- #-------------------------------------------------------------------------------
-
- on guntowergebaut {
- setvar C0P1gunbuildcount [expr [getvar C0P1gunbuildcount] + 1]
- # switchto enemy1
- oneshottimer 3 freundetofeinde
-
- if { [getvar C0P1gunbuildcount] == 1 } {
-
- set gruppe "pshark1 pshark2 pshark3 pshark4"
- foreach curItem $gruppe {
- if {[/world.findobjectbysymbolicname $curItem] != "null"} {
- givetask $curItem attack playerflak
- }
- }
-
- #die kleine hilfe wird wohl immer n÷tig sein
- #killafter 20 playerflak
- oneshottimer 20 playerflak_killen
- }
-
- if { [getvar C0P1gunbuildcount] == 2 } {
- loadafter 1 cam_diefeindenochmal.n
- playanimationafter 1 basaltface_cinedummy6
- }
-
- #----------------------------------
- # zur sicherheit gegen deadlock
- #----------------------------------
- if { [[findsymbol playerflak].getcharges] == 0 } {
- loadencounter loadguntowerartefact.n
- }
- if { [[/world.getuserclan].getcurrentenergy] == 0 } {
- loadencounter loadenergy1.n
- }
- }
-
- on playerflak_killen {
- if { [getvar C0P1sharkkills] == 4} {
- setvar C0P1gunbuildcount 3
- } else {
- killsymbol playerflak
- }
- }
-
- on playerflak_killed {
- putevent feindetofreunde
- if { [getvar C0P1gunbuildcount] == 1 } {
- loadafter 1 cam_guntowerdestroyed.n
- playanimationafter 1 basaltface_cinedummy5
- }
- }
-
- on feindetofreunde {
- setfaction feinde player
-
- set gruppe "pshark1 pshark2 pshark3 pshark4"
- foreach curItem $gruppe {
- if {[/world.findobjectbysymbolicname $curItem] != "null"} {
- givetask $curItem patrol kreis
- }
- }
- }
-
- on freundetofeinde {
- setfaction feinde enemy1
-
- set gruppe "pshark1 pshark2 pshark3 pshark4"
- foreach curItem $gruppe {
- if {[/world.findobjectbysymbolicname $curItem] != "null"} {
- givetask $curItem attack playerflak
- }
- }
- }
-
- #-------------------------------------------------------------------------------
- # SHARKS killen
- #-------------------------------------------------------------------------------
- on psharkkilled {
- setvar C0P1sharkkills [expr [getvar C0P1sharkkills] + 1]
-
- if { [getvar C0P1sharkkills] == 4} {
- loadafter 2 cam_allkilled.n
- playanimationafter 2 basaltface_cinedummy7
-
- loadafter 7 loadenergy1.n
- oneshotaction 6.2 "[findsymbol gunartefakt2].setposition -7742.4 -166.3 -6271.8"
- releaseafter 38 basaltface
- }
- }
-
- #-------------------------------------------------------------------------------
- # BONUSGUNTOWER dann ende
- #-------------------------------------------------------------------------------
- on gun2collect {
- setvar gun2collect [expr [getvar gun2collect] + 1]
- if { [getvar gun2collect] == 1} {
- enablenavpoint navpoint3
- }
- }
-
- on machschluss {
- #-------------------------
- # variablen kicken
- #-------------------------
- clearvar onisland
- clearvar C0P1gunbuildcount
- clearvar navtowercollectcount
- clearvar navtowerbuildcount
- clearvar C0P1sharkkills
-
- finishpart
- }
-
- }
-